Telnet Protokoll - traducción al alemán
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Telnet Protokoll - traducción al alemán

NETWORK PROTOCOL FOR BIDIRECTIONAL COMMUNICATION USING A VIRTUAL TERMINAL CONNECTION
Telnetd; Port 23; TELNET
  • left

Telnet Protokoll      
telnet protocol, protocol for simulating a terminal for connecting to another computer through the Internet or a telephone line
telnet protocol      
Telnet-Protokoll, ein Protokoll zur Terminalemulation beim Computeranschluß durch das Internet oder durch die Telefonleitung
telnet      
n. Telnet Protokoll, Protokoll zur Terminalemulation bei der Kommunikation mit einem anderen Computer durch die Telefonleitung oder durch das Internet

Definición

TELNETD
TELephone NETwork DAEMON (Reference: Unix, TELNET, DAEMON)

Wikipedia

Telnet

Telnet (short for "teletype network") is a client/server application protocol that provides access to virtual terminals of remote systems on local area networks or the Internet. Telnet consists of two components: (1) the protocol itself which specifies how two parties to communicate and (2) the software application that provides the service. User data is interspersed in-band with Telnet control information in an 8-bit byte oriented data connection over the Transmission Control Protocol (TCP). Telnet was developed in 1969 beginning with RFC 15, extended in RFC 855, and standardized as Internet Engineering Task Force (IETF) Internet Standard STD 8, one of the first Internet standards. Telnet transmits all information including usernames and passwords in plaintext so it is not recommended for security-sensitive applications such as remote management of routers. Telnet's use for this purpose has waned significantly in favor of SSH. Some extensions to Telnet which would provide encryption have been proposed.